github.com/google/go-cmp/cmp.pathFilter.fnc (field)

4 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L123: 		return &pathFilter{fnc: f, opt: opt}
		options.go#L130: 	fnc func(Path) bool
		options.go#L135: 	if f.fnc(s.curPath) {
		options.go#L142: 	return fmt.Sprintf("FilterPath(%s, %v)", function.NameOf(reflect.ValueOf(f.fnc)), f.opt)